home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_QUICKHELP_PROTOS_H
- #define CLIB_QUICKHELP_PROTOS_H
-
- /*
- ** $VER: quickhelp_protos.h 37.00 (00.00.00)
- **
- ** (C) Copyright 1997 Paweî Marciniak <amisaper@polbox.com>
- ** All Rights Reserved.
- **
- */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef UTILITY_TAGITEM_H
- #include <utility/tagitem.h>
- #endif
- #ifndef LIBRARIES_QUICKHELP_H
- #include <libraries/quickhelp.h>
- #endif
-
- BOOL OpenHelpA( STRPTR , struct TextFont *, struct Window *, struct TagItem * );
- BOOL OpenHelp( STRPTR , struct TextFont *, struct Window *, unsigned long tag1Type, ... );
- VOID CloseHelp( VOID );
- STRPTR GetQuickHelpString( VOID );
- #endif
-